Welcome![Sign In][Sign Up]
Location:
Search - UDP server client

Search list

[WinSock-NDIS基于IPv6的tcp/udp网络通信程序

Description: 这是一个基于IPv6的tcp/udp网络通信程序的工程。 该工程包括TCP Server端程序,TCP Client端程序,以及UDP Server端程序和UDP Client端一共4个程序,建立在同个工程中一起提供。
Platform: | Size: 3098497 | Author: mzb3905355 | Hits:

[P2PUDP文件传输

Description: 基于UDP的文件传输,包括服务端与客户端!-the UDP-based file transfer, including server and client!
Platform: | Size: 31744 | Author: 韩国静 | Hits:

[Internet-Networktcpip通讯程序

Description: vc编的tcp和udp服务器,客户端,很好用-vc series tcp and udp server, client, a very good use
Platform: | Size: 343040 | Author: | Hits:

[Program docMultithreaded TCP-UDP Client Server

Description: .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program
Platform: | Size: 3072 | Author: 蓝鸥 | Hits:

[Internet-Network基于UDP-面向连接的应用程序

Description: 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide data; Asynchronous server to send UDP packet, the client received UDP packet and write. TXT file.
Platform: | Size: 8192 | Author: lee | Hits:

[Internet-NetworkUDPClientAndServer

Description: 一个简单的UDP服务器和客户端实现源码,适合初学网络编程者学习使用。-a simple UDP server and client to achieve source, network programming for beginners learning to use.
Platform: | Size: 75776 | Author: 柴二建 | Hits:

[TCP/IP stackinet_udp_srv_client

Description: UDP Server and Client Demos.
Platform: | Size: 29696 | Author: 鞠文彬 | Hits:

[Remote Controlc_s_udp_tcp

Description: 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use of c/s structure of the examples, After the broadcast server, client connect to server initiated, then start receiving threaded server and the data received through a separate thread processing; The code has the following characteristics : wxWidgets ace incident cycle and the cycle of Reactor incident parallel processing, Timer and writable parallel processing, tcp and udp communications parallel processing, Got threads and the threads in parallel communications; this example, Cross-platform development of cross-compiler with the graphical interface c/s procedures as easy.
Platform: | Size: 2088960 | Author: wuyan | Hits:

[Internet-NetworkUDP.Test

Description: 用Delphi 6实现的简单UDP客户端、服务端间的测试程序-with Delphi 6 realize the simple UDP client and the server-side test procedures
Platform: | Size: 372736 | Author: qpal | Hits:

[Internet-NetworkUdpFile

Description: UDP server/client 实现-UDP server/client realize
Platform: | Size: 10240 | Author: jesse | Hits:

[JSP/JavaUDP

Description: 高等院校计算机应用技术硕士研究生课程,高级计算机网络程序设计实例子代码,multicast部分.包括server , client. -Master of Computer Application Technology tertiary post-graduate courses, advanced computer networks, programming examples of sub-code, multicast part. Including server, client.
Platform: | Size: 5120 | Author: 罗一 | Hits:

[Internet-NetworkUDP

Description: UDP client and server-UDP client and server!!!
Platform: | Size: 3072 | Author: svetozar | Hits:

[CommunicationIPCSocket

Description: Windows IPC socket program (tcp/udp) (server/client)
Platform: | Size: 11968512 | Author: dany k jeon | Hits:

[Audio programaudio-record-playback-udp

Description: 用C实现的录音和播放程序,udp的client负责录音,udp的server负责同步播放。在录音数据传输前,采用g711u方式进行编码,在接收端解码后再进行播放。代码清晰,注释详细。-Implemented using C recording and playback programs, udp The client is responsible for recording, udp broadcast of the server is responsible for synchronization. In the recording, before the data transmission, using g711u approach to coding and then decoding at the receiving end for playback. Code is clear and detailed comments.
Platform: | Size: 56320 | Author: 孙涛 | Hits:

[TCP/IP stackudp

Description: 一个简单的delphi UDP server 和client例子,适合初学者学习使用。-A simple UDP server and client communication example. Suit for freshman.
Platform: | Size: 419840 | Author: Andrew | Hits:

[Internet-NetworkImplementation-UDP-server-client.tar

Description: Implementation of UDP server and client. run as 2 separate projects that communicate with each other. can be a great structure to start with-Implementation of UDP server and client. run as 2 separate projects that communicate with each other. can be a great structure to start with
Platform: | Size: 1024 | Author: roi | Hits:

[CSharpUDP-server-client

Description: 基于UDP 的客户端和服务端程序,完成本机端口间的的通信-UDP-based client and server program to complete the communication between the local port
Platform: | Size: 1024 | Author: 李信 | Hits:

[JSP/Javaudp-server-client

Description: UDP Server and Client.. This Code can be converted to jar files and data can be transmitted from different systems
Platform: | Size: 117760 | Author: AP.Babu | Hits:

[Otherpython-socket-udp-server-client

Description: a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python 1 this is a implementation of python udp server client model, run the code respectively in different machines, and enable that the two machines can ping each other,to do this , you r supposed to shut down your firewalls first. 2 I run the two py file code in two machines,first, you should get to know the ip address of server machine, and replace the HOST constant with your own server ip, then type message firstly on client machine, then you will find that the typed message in client machine shows in the server window, and then the client waits for the response from server side ,then u type message in server window, u will find that message show in client side ,then the server side goes into waiting for the response from client side. 3 so u implement the server / client model in UDP protocol
Platform: | Size: 1024 | Author: BaDTimE | Hits:

[Windows Developethnet udp tcp

Description: Windows TCP UDP SERVER CLIENT 套接字通信程序。(Windows TCP UDP SERVER CLIENT SOCKET communication code)
Platform: | Size: 63488 | Author: Losserry | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net